home *** CD-ROM | disk | FTP | other *** search
/ Forbidden Pleasures / Forbidden Pleasures.iso / install.ins < prev   
Text File  |  1994-02-23  |  2KB  |  82 lines

  1. cls
  2. print
  3. The installation software will create a subdirectory named CD_WORK and will
  4. copy on to it the menu program, a shareware viewer and a program to
  5. decompress the ZIPed file that you may select.
  6.  
  7. The menu software can display the images on this CD directly for most of the
  8. standard video boards currently available. If it can not determine the type
  9. of video board that you currently are using it will use the shareware
  10. viewer to display the images.
  11.  
  12. The viewer is SHAREWARE and if you like it after using it you should
  13. register it. To register just read the documentation for details.
  14.  
  15. When the installation is finished you may start the software by inserting
  16. the CD-ROM on the drive and assuming that the software is installed on the
  17. "C" drive:
  18.  
  19.  
  20.                  TYPE "FP" FROM ANY PLACE IN DRIVE "C"
  21.  
  22.  
  23.  
  24. //
  25. pause Hit any key to continue..........
  26. cls
  27. sys #HD:
  28. sys cd\
  29. sys md CD_WORK
  30. sys cd\CD_WORK
  31. sys copy #CD:\CD_WORK\*.* #HD:\CD_WORK\*.*
  32. cls
  33. print
  34.  
  35.  
  36. Now we are going to configure the GDS demo viewer we mentioned before.
  37. Please remember GDS is a demo you should register if you decide to use it.
  38. GDS has some very interesting graphical capabilities and even if the menu
  39. viewer works well in your PC you should experiment with GDS and perhaps 
  40. register any way.
  41.  
  42. Now please indicate the chipset or video board that your PC has installed, 
  43. the amount of video RAM on the board and the highest resolution available
  44. so the external viewer if needed can work correctly.
  45. //
  46. pause Hit any key to continue.........
  47. cls
  48. video
  49. cls
  50. PATH=#HD:\CD_WORK
  51. cls
  52. print
  53.  
  54.  
  55.  
  56. The subdirectory name where your menu and viwer have been copied onto
  57. is #HD:\CD_WORK
  58. The subdirectory has also been added to the path so if you re-boot the system
  59. all you have to do to use this CD is insert the CD on your drive and type the
  60. command FP
  61.  
  62.  
  63. //
  64. sys del c:\autoexec.ooo
  65. sys ren c:\autoexec.bat autoexec.ooo
  66. sys ren c:\autoexec.nnn autoexec.bat
  67. cls
  68. print
  69.  
  70.  
  71.  
  72.        REMEMBER TO RE-BOOT THE SYSTEM SO THE NEW SUBDIRECTORY THAT WE
  73.        HAVE ADDED IS ON THE PATH........
  74.  
  75.  
  76.  
  77.  
  78. //
  79. pause Hit any key to continue.........
  80. end
  81.  
  82.